function movein(which,color){
which.style.background=color;
}

function moveout(which,color){
which.style.background=color;
}
function activhintergrund(n,x) {
	with(document.getElementById(n).style) {
		backgroundColor=x;
   }
}
function hintergrund(n,x) {
	with(document.getElementById(n).style) {
		backgroundColor=x;
   }
}

if (!document.layers&&!document.all)
event="";
function zeigetip(current,e,text)
{
if (document.all)
{
thetitle=text.split('<BR>')
if (thetitle.length>1)
{
thetitles=''
for (i=0;i<thetitle.length;i++)
thetitles+=thetitle[i]
current.title=thetitles
}
else
current.title=text
}
else if (document.layers){
document.tooltip.document.write('<layer bgColor="white" style="border:1px solid black;">'+text+'</layer>')
document.tooltip.document.close()
document.tooltip.left=e.pageX-5
document.tooltip.top=e.pageY-5
document.tooltip.visibility="show"
}
}
function verbergetip(){
if (document.layers)
document.tooltip.visibility="hidden"
}

function ToggleFrontNews (id)
{
	if (document.getElementById("FrontNewsRow_" + id).style.display == 'none')
	{
		document.getElementById("FrontNewsImg_" + id).src = "collapse.gif";
		document.getElementById("FrontNewsRow_" + id).style.display = "";
		document.getElementById("FrontNewsImg_" + id).alt = "Hier klicken um den Klapptext zu schliessen.";
	}
	else
	{
		document.getElementById("FrontNewsImg_" + id).src = "expand.gif";
		document.getElementById("FrontNewsRow_" + id).style.display = "none";
		document.getElementById("FrontNewsImg_" + id).alt = "Hier klicken um Klapptext zu öffnen.";
	}
}

function ToggleBox (id)
{
	if (document.getElementById("BoxRow_" + id).style.display == 'none')
	{
		document.getElementById("BoxImg_" + id).src = "collapse.gif";
		document.getElementById("BoxRow_" + id).style.display = "";
		document.getElementById("BoxImg_" + id).alt = "Hier klicken um den BoxInhalt zu verstecken.";
	}
	else
	{
		document.getElementById("BoxImg_" + id).src = "expand.gif";
		document.getElementById("BoxRow_" + id).style.display = "none";
		document.getElementById("BoxImg_" + id).alt = "Hier klicken um die Box zu öffnen.";
	}
}

function ToggleEvents (id)
{
	if (document.getElementById("EventROW_" + id).style.display == 'none')
	{
		document.getElementById("EventIMG_" + id).src = "collapse.gif";
		document.getElementById("EventROW_" + id).style.display = "";
		document.getElementById("EventIMG_" + id).title = "Hier gehts zurück";
	}
	else
	{
		document.getElementById("EventIMG_" + id).src = "expand.gif";
		document.getElementById("EventROW_" + id).style.display = "none";
		document.getElementById("EventIMG_" + id).title = "Klick hier um mehr zu erfahren..";
	}
}

function ChangeType (type_id,link)
{
	if (type_id != "")
	{
		window.location = link + type_id;
	}
	else
	{
	}
}
